@charset "utf-8";
/* CSS Document */


.colorbox--melbournefc-splash#cboxOverlay {
  position:fixed;
  width:100%;
  height:100%;
  background: black;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.colorbox--melbournefc-splash#colorbox {
  z-index: 99999999;

  /* Override default borders */
  #cboxTopLeft,
  #cboxTopCenter,
  #cboxTopRight,
  #cboxBottomLeft,
  #cboxBottomCenter,
  #cboxBottomRight,
  #cboxMiddleLeft,
  #cboxMiddleRight {
    width: 0;
    height: 0;
  }

  #cboxWrapper {
    #cboxLoadedContent {
      overflow: hidden;
      @include box-shadow(0 0 20px 10px rgba(0, 0, 0, 0.45));
      /* background:  url(../melbourne/images/melbournefc-splash.jpg) no-repeat; */
    }
    #cboxContent {
      background: $color1;
    }
    #cboxClose {
      @include colorbox-close-button(#FFFFFF, $color1);
    }
    #cboxLoadingOverlay {
      background: $color1 url(../common/images/loading-circle-spin.svg) no-repeat center center;
    }
  }
}

